programs.floorp.profiles.<name>.handlers.schemes

Attribute set mapping URL schemes to their handler configurations.

For a configuration example, see this file on Firefox’s source code.

Type
attribute set of (submodule)
Default
{ }
Example
{
  mailto = {
    action = 2;
    ask = false;
    handlers = [
      {
        name = "Gmail";
        uriTemplate = "https://mail.google.com/mail/?extsrc=mailto&url=%s";
      }
    ];
  };
}
Declared
<home-manager/modules/programs/floorp.nix>